]> git.pld-linux.org Git - packages/at-spi.git/blame - at-spi-format.patch
- -devel R: -libs instead of base
[packages/at-spi.git] / at-spi-format.patch
CommitLineData
82bfee0a
JB
1--- at-spi-1.32.0/test/simple-at.c.orig 2010-09-09 04:51:14.000000000 +0200
2+++ at-spi-1.32.0/test/simple-at.c 2013-01-05 23:20:35.819111331 +0100
3@@ -605,7 +605,7 @@
4 static void
5 _festival_write (const gchar *command_string, int fd)
6 {
7- fprintf(stderr, command_string);
8+ fputs(command_string, stderr);
9 if (fd < 0) {
10 perror("socket");
11 return;
This page took 0.073765 seconds and 4 git commands to generate.