summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 47d9c4e..dd52a3d 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)
if (*datastr == '"')
{
buf[i] = '\\';
- *datastr++;
+ datastr++;
continue;
}