chiark / gitweb /
Change #<thing>#.<ext> filenames to _<thing>.<ext>
[ypp-sc-tools.main.git] / pctb / rgbimage.c
index 0e89892306605d0b9f5e14773125197f7445e234..dfcd1808f25421ceb9223343c1d24618bbae2eef 100644 (file)
@@ -51,7 +51,7 @@
 static int identify1(const RgbImage *base, Rect portion,
                    char result[MAXIMGIDENT], const char *what,
                    const char *which) {
-  char *dbfile_name= masprintf("#%s-pixmap#.txt",which);
+  char *dbfile_name= masprintf("_%s-pixmap.txt",which);
   if (!dbfile_open(dbfile_name))
     goto not_found;