Commit f7986a63 authored by msvensson@pilot.(none)'s avatar msvensson@pilot.(none)

Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint

into  pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
parents e4817a38 fecdca67
...@@ -1224,7 +1224,7 @@ void show_diff(DYNAMIC_STRING* ds, ...@@ -1224,7 +1224,7 @@ void show_diff(DYNAMIC_STRING* ds,
else else
{ {
/* Print diff directly to stdout */ /* Print diff directly to stdout */
fprintf(stderr, "%s", ds_tmp.str); fprintf(stderr, "%s\n", ds_tmp.str);
} }
dynstr_free(&ds_tmp); dynstr_free(&ds_tmp);
......
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