diff options
author | Nick Clifton <nickc@redhat.com> | 2002-04-09 15:21:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-04-09 15:21:01 +0000 |
commit | df3baf66cbd371d9da22a62dcc36c68da18e88c1 (patch) | |
tree | f9ef45ca0d3046bce645a6fb3e8eebd649035e70 /binutils/resrc.c | |
parent | 9c5382a023840796fac4203aec1d070bee466fcd (diff) | |
download | gdb-df3baf66cbd371d9da22a62dcc36c68da18e88c1.zip gdb-df3baf66cbd371d9da22a62dcc36c68da18e88c1.tar.gz gdb-df3baf66cbd371d9da22a62dcc36c68da18e88c1.tar.bz2 |
Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.
Diffstat (limited to 'binutils/resrc.c')
-rw-r--r-- | binutils/resrc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/binutils/resrc.c b/binutils/resrc.c index eb7db96..a576c80 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -1,5 +1,5 @@ /* resrc.c -- read and write Windows rc files. - Copyright 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GNU Binutils. @@ -173,7 +173,7 @@ static void get_data PARAMS ((FILE *, unsigned char *, unsigned long, const char *)); static void define_fontdirs PARAMS ((void)); -/* Run `cmd' and redirect the output to `redir'. */ +/* Run `cmd' and redirect the output to `redir'. */ static int run_cmd (cmd, redir) @@ -518,7 +518,7 @@ close_input_stream () pclose (cpp_pipe); } - /* Since this is also run via xatexit, safeguard. */ + /* Since this is also run via xatexit, safeguard. */ cpp_pipe = NULL; cpp_temp_file = NULL; } @@ -1580,7 +1580,7 @@ write_rc_directory (e, rd, type, name, language, level) case 2: /* If we're at level 2, the key of this resource is the name - we are going to use in the rc printout. */ + we are going to use in the rc printout. */ name = &re->id; break; @@ -2060,7 +2060,7 @@ write_rc_dialog (e, dialog) || dialog->class.u.id != 0) { fprintf (e, "CLASS "); - res_id_print (e, dialog->class, 0); + res_id_print (e, dialog->class, 1); fprintf (e, "\n"); } if (dialog->caption != NULL) |