Changeset 13376
- Timestamp:
- Jan 11, 2010, 12:10:25 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/pmcl-kernel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/pmcl-kernel.c
r13375 r13376 2175 2175 } 2176 2176 if (image_nil == 0) { 2177 #ifdef WINDOWS 2178 char *fmt = "Couldn't load lisp heap image from %ls"; 2179 #else 2180 char *fmt = "Couldn't load lisp heap image from %s"; 2181 #endif 2182 2183 fprintf(dbgout, fmt, path); 2177 2184 if (err == 0) { 2178 fprintf(dbgout, " Couldn't load lisp heap image from %s\n", path);2185 fprintf(dbgout, "\n"); 2179 2186 } else { 2180 fprintf(dbgout, " Couldn't load lisp heap image from %s:\n%s\n", path, strerror(err));2187 fprintf(dbgout, ": %s\n", strerror(err)); 2181 2188 } 2182 2189 exit(-1);
Note:
See TracChangeset
for help on using the changeset viewer.
