*** empty log message ***
This commit is contained in:
parent
0ca71928cd
commit
75c75d7a41
@ -99,11 +99,6 @@ SOURCE=.\awk.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\awk.def
|
|
||||||
# PROP Exclude_From_Build 1
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\err.c
|
SOURCE=.\err.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: run.c,v 1.272 2006-11-19 10:47:06 bacon Exp $
|
* $Id: run.c,v 1.273 2006-11-19 10:52:51 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ase/awk/awk_i.h>
|
#include <ase/awk/awk_i.h>
|
||||||
@ -5921,7 +5921,7 @@ ase_char_t* ase_awk_format (
|
|||||||
p = run->format.tmp.ptr;
|
p = run->format.tmp.ptr;
|
||||||
while (*p != ASE_T('\0'))
|
while (*p != ASE_T('\0'))
|
||||||
{
|
{
|
||||||
FMT_CHAR (*p);
|
OUT_CHAR (*p);
|
||||||
p++;
|
p++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user