From 0a76a9e69069cc45a44fcec08c7f52932cdbc0f4 Mon Sep 17 00:00:00 2001 From: Stanislav Karchebny Date: Fri, 26 Sep 2003 04:20:30 +0000 Subject: [PATCH] Backed out another patch =) --- nasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nasm.c b/nasm.c index 17441173..e6be9256 100644 --- a/nasm.c +++ b/nasm.c @@ -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); }