You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2008/08/28 17:48:11 UTC

svn commit: r689858 - /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c

Author: tellison
Date: Thu Aug 28 08:48:11 2008
New Revision: 689858

URL: http://svn.apache.org/viewvc?rev=689858&view=rev
Log:
Add missing str_printf format string.

Modified:
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c?rev=689858&r1=689857&r2=689858&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/hyerror.c Thu Aug 28 08:48:11 2008
@@ -317,6 +317,7 @@
     {
       portLibrary->str_printf (portLibrary, ptBuffers->errorMessageBuffer,
                                ptBuffers->errorMessageBufferSize,
+							   "%s",
                                errorMessage);
       ptBuffers->errorMessageBuffer[ptBuffers->errorMessageBufferSize - 1] =
         '\0';