projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing regex include to generated command_list files.
[paraslash.git]
/
audioc.c
diff --git
a/audioc.c
b/audioc.c
index
666990d
..
81e5d1c
100644
(file)
--- a/
audioc.c
+++ b/
audioc.c
@@
-6,6
+6,7
@@
/** \file audioc.c the client program used to connect to para_audiod */
+#include <regex.h>
#include <sys/types.h>
#include <dirent.h>
@@
-151,6
+152,8
@@
int main(int argc, char *argv[])
goto out;
}
loaded -= ret;
+ if (loaded && ret)
+ memmove(buf, buf + ret, loaded);
}
}
out: