* src/files.c (compute_output_file_names): Fix.

This commit is contained in:
Marc Autret
2001-09-24 14:14:58 +00:00
parent bb84601097
commit 330de47708
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-09-24 Marc Autret <autret_m@epita.fr>
* src/files.c (compute_output_file_names): Fix.
2001-09-24 Marc Autret <autret_m@epita.fr>, Akim Demaille <akim@epita.fr>
* src/reader.c (reader): Remove call to free_symtab ().

View File

@@ -420,7 +420,7 @@ compute_output_file_names (void)
attrsfile = stringappend (short_base_name, EXT_STYPE_H);
#ifndef MSDOS
stringappend (attrsfile, header_extension);
attrsfile = stringappend (attrsfile, header_extension);
#endif /* MSDOS */
}