Commit 15010d74 authored by Georgi Kodinov's avatar Georgi Kodinov

merged 5.0-bugteam -> 5.1-bugteam

parents 18526afc 06b3e7e2
...@@ -1342,7 +1342,7 @@ int diff_check() ...@@ -1342,7 +1342,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