Commit 529fff05 authored by Georgi Kodinov's avatar Georgi Kodinov

fixed a compile warning

parent af0e03b2
...@@ -1344,7 +1344,7 @@ int diff_check() ...@@ -1344,7 +1344,7 @@ int diff_check()
{ {
char buf[512]= {0}; char buf[512]= {0};
FILE *res_file; FILE *res_file;
char *cmd = "diff -v"; const char *cmd = "diff -v";
int have_diff = 0; int have_diff = 0;
if (!(res_file= popen(cmd, "r"))) 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