We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d251bc commit ca0f18eCopy full SHA for ca0f18e
1 file changed
vlogger.c
@@ -94,7 +94,7 @@ main(int argc, char *argv[])
94
*p = '\0';
95
if ((p = strrchr(pwd, '/')) && strncmp(p+1, "log", 3) == 0 &&
96
(*p = '\0', (p = strrchr(pwd, '/'))) && (*(p+1) != '\0')) {
97
- tag = strdup(p+1);
+ tag = p+1;
98
}
99
100
0 commit comments