# HG changeset patch # User Matti Hamalainen # Date 1411601637 -10800 # Node ID c30fe2b4251fd5da7b6b2be86110b0a6c6f94904 # Parent 948bcd9743566501fab4fd001c5cd87d8ec249e2 Oops, 10L. diff -r 948bcd974356 -r c30fe2b4251f sidinfo.c --- a/sidinfo.c Thu Sep 25 02:30:50 2014 +0300 +++ b/sidinfo.c Thu Sep 25 02:33:57 2014 +0300 @@ -452,7 +452,7 @@ void siPrintPSIDInformation(FILE *outFile, const BOOL parsable, const BOOL hex, const uint32_t flags, const char *filename, const PSIDHeader *psid) { - PR(12, "%s", NULL, filename); + PR(13, "%s", NULL, filename); PR( 0, "%s", NULL, psid->magic); PR( 1, "%d.%d", NULL, (psid->version & 0xff), (psid->version >> 8));