summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 47d9c4ed80..dd52a3d716 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -2127,7 +2127,7 @@ static bool write_tag(int fd, const char *tagstr, const char *datastr)
2127 if (*datastr == '"') 2127 if (*datastr == '"')
2128 { 2128 {
2129 buf[i] = '\\'; 2129 buf[i] = '\\';
2130 *datastr++; 2130 datastr++;
2131 continue; 2131 continue;
2132 } 2132 }
2133 2133