X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=topsites.c;fp=topsites.c;h=7573dfe04082c206861173f17fca8a9df4c3c01d;hb=720f3529cac925e1fd68e192461cf16554fc07a3;hp=e161cc054324458bd392ab38b6e3a197a3b2e30f;hpb=41c9275ce788f5d8683006f9ddf6bcc25962440d;p=thirdparty%2Fsarg.git diff --git a/topsites.c b/topsites.c index e161cc0..7573dfe 100644 --- a/topsites.c +++ b/topsites.c @@ -105,7 +105,7 @@ void topsites(void) } if ((line=longline_create())==NULL) { - debuga(_("Not enough memory to read file %s\n"),general2); + debuga(_("Not enough memory to read file \"%s\"\n"),general2); exit(EXIT_FAILURE); } @@ -269,7 +269,7 @@ void topsites(void) ntopsites = 0; if ((line=longline_create())==NULL) { - debuga(_("Not enough memory to read file %s\n"),sites); + debuga(_("Not enough memory to read file \"%s\"\n"),sites); exit(EXIT_FAILURE); }