Commit 06b3e7e2 authored by Georgi Kodinov's avatar Georgi Kodinov

fixed a compile warning

parent 054bdbb4
......@@ -1344,7 +1344,7 @@ int diff_check()
{
char buf[512]= {0};
FILE *res_file;
char *cmd = "diff -v";
const char *cmd = "diff -v";
int have_diff = 0;
if (!(res_file= popen(cmd, "r")))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment