]> git.pld-linux.org Git - packages/gtypist.git/blob - gtypist-format-error.patch
ca54f23555d80e6a92c72207f2f2a94e3d2822c8
[packages/gtypist.git] / gtypist-format-error.patch
1 diff --git a/src/script.c b/src/script.c
2 index 34a52b0..ce04d68 100644
3 --- a/src/script.c
4 +++ b/src/script.c
5 @@ -331,7 +331,7 @@ do_exit( FILE *script )
6    }
7    else
8    {
9 -      printf(convertUTF8ToCurrentEncoding(_("Happy Typing!\n\n")));
10 +      printf("%s", convertUTF8ToCurrentEncoding(_("Happy Typing!\n\n")));
11    }
12    exit( 0 );
13  }
This page took 0.026894 seconds and 2 git commands to generate.