Skip to content
Snippets Groups Projects
Commit 7357c179 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/program.c:1.128
parent 5dbbf8c9
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/**/ /**/
#include "global.h" #include "global.h"
RCSID("$Id: program.c,v 1.127 1999/07/01 18:58:53 grubba Exp $"); RCSID("$Id: program.c,v 1.128 1999/07/01 18:59:39 grubba Exp $");
#include "program.h" #include "program.h"
#include "object.h" #include "object.h"
#include "dynamic_buffer.h" #include "dynamic_buffer.h"
...@@ -1968,7 +1968,7 @@ int really_low_find_shared_string_identifier(struct pike_string *name, ...@@ -1968,7 +1968,7 @@ int really_low_find_shared_string_identifier(struct pike_string *name,
#ifdef PIKE_DEBUG #ifdef PIKE_DEBUG
if (!prog) { if (!prog) {
fatal("really_low_find_shared_string_identifier(\"%s\", NULL, %d)\n" fatal("really_low_find_shared_string_identifier(\"%s\", NULL, %d)\n"
"prog is NULL!\n", name, see_static); "prog is NULL!\n", name-str, see_static);
} }
#endif /* PIKE_DEBUG */ #endif /* PIKE_DEBUG */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment