]> diplodocus.org Git - nmh/blobdiff - uip/annosbr.c
test/getcwidth.c: Allow for 8-bit and 16-bit wchar_t.
[nmh] / uip / annosbr.c
index 2c1ce75ada046361b4193535b50e061d0b221c5d..cf5ea55acc752b97863b21921281ec16198eeb90 100644 (file)
@@ -52,7 +52,7 @@ annotate (char *file, char *comp, char *text, int inplace, int datesw, int delet
     }
 
     if (stat(file, &s) == -1) {
-       advise("can't get access and modification times for %s", file);
+        inform("can't get access and modification times for %s", file);
        preserve_actime_and_modtime = 0;
     }
 
@@ -62,7 +62,7 @@ annotate (char *file, char *comp, char *text, int inplace, int datesw, int delet
     i = annosbr (fd, file, comp, text, inplace, datesw, delete, append);
 
     if (preserve_actime_and_modtime && utime(file, &b) == -1)
-       advise("can't set access and modification times for %s", file);
+        inform("can't set access and modification times for %s", file);
 
     lkclosedata (fd, file);
     return i;