]> git.pld-linux.org Git - packages/ocfs2-tools.git/blob - ocfs2-tools-format.patch
- up to 1.8.6
[packages/ocfs2-tools.git] / ocfs2-tools-format.patch
1 --- ocfs2-tools-ocfs2-tools-1.8.6/tunefs.ocfs2/op_query.c~      2019-05-23 12:16:26.000000000 +0200
2 +++ ocfs2-tools-ocfs2-tools-1.8.6/tunefs.ocfs2/op_query.c       2019-10-20 00:05:43.621595719 +0200
3 @@ -338,7 +338,7 @@ static int query_run(struct tunefs_opera
4         register_printf_function('O', handle_ro_compat, handle_arginfo);
5  
6         query_fs = fs;
7 -       fprintf(stdout, fmt);
8 +       fprintf(stdout, "%s", fmt);
9         query_fs = NULL;
10  
11         ocfs2_free(&fmt);
This page took 0.094222 seconds and 3 git commands to generate.