]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
Improve checkpoint interface.
[chaz/tar] / src / buffer.c
index 0f5c76e7c5238c068faa41fefcdeaf4abe7f6607..648b6baa4180d00fa113e7eb2019c91da4ff943b 100644 (file)
@@ -514,7 +514,7 @@ print_stats (FILE *fp, const char *text, tarlong numbytes)
    from the archive), EOL is a delimiter to add at the end of the output
    line. */ 
 int
-format_total_stats (FILE *fp, char **formats, int eor, int eol)
+format_total_stats (FILE *fp, const char **formats, int eor, int eol)
 {
   int n;
   
@@ -569,7 +569,7 @@ format_total_stats (FILE *fp, char **formats, int eor, int eol)
   return n;
 }
 
-char *default_total_format[] = {
+const char *default_total_format[] = {
   N_("Total bytes read"),
   /* Amanda 2.4.1p1 looks for "Total bytes written: [0-9][0-9]*".  */
   N_("Total bytes written"),
This page took 0.019972 seconds and 4 git commands to generate.