Backed out another patch =)

This commit is contained in:
Stanislav Karchebny 2003-09-26 04:20:30 +00:00
parent d52236c00e
commit 0a76a9e690

2
nasm.c
View File

@ -185,7 +185,7 @@ int main(int argc, char **argv)
/* define some macros dependent of command-line */
{
char temp [64];
sprintf (temp, "__OUTPUT_FORMAT__='%s'\n", ofmt->shortname);
sprintf (temp, "__OUTPUT_FORMAT__=%s\n", ofmt->shortname);
pp_pre_define (temp);
}