mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-26 01:54:14 +00:00
Fix non-ASCII in sparse.c
This commit is contained in:
+1
-1
@@ -1167,7 +1167,7 @@ struct block_ptr
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Append to BP the contents of the string SRC, followed by a newline.
|
/* Append to BP the contents of the string SRC, followed by a newline.
|
||||||
If the string doesn’t fit, put any overflow into the succeeding blocks.
|
If the string doesn't fit, put any overflow into the succeeding blocks.
|
||||||
Return the updated BP. */
|
Return the updated BP. */
|
||||||
static struct block_ptr
|
static struct block_ptr
|
||||||
dump_str_nl (struct block_ptr bp, char const *str)
|
dump_str_nl (struct block_ptr bp, char const *str)
|
||||||
|
|||||||
Reference in New Issue
Block a user