X-Git-Url: https://git.sesse.net/?p=plocate;a=blobdiff_plain;f=bind-mount.cpp;fp=bind-mount.cpp;h=1390a59fe5eeca7f4005177a891bef1fade9f23a;hp=b367e01ff847a3a02e23118363a82c8ccbd4ad9d;hb=3c65bf907cbf4daaa6b76a5177c6a62c6bed907a;hpb=c13691f9545120177b0d5ee33bda6af2816a092f diff --git a/bind-mount.cpp b/bind-mount.cpp index b367e01..1390a59 100644 --- a/bind-mount.cpp +++ b/bind-mount.cpp @@ -84,8 +84,7 @@ static string read_mount_line(FILE *f) } /* Parse a space-delimited entry in STR, decode octal escapes, write it to - DEST (allocated from mount_string_obstack) if it is not nullptr. - Return 0 if OK, -1 on error. */ + DEST if it is not nullptr. Return 0 if OK, -1 on error. */ static int parse_mount_string(string *dest, const char **str) { const char *src = *str;