blob: 0c91e589d0f49d276619b3a15c9fee5d1ce648d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- common/UCvsApp.cpp.orig 2007-11-22 20:23:41.000000000 +0100
+++ common/UCvsApp.cpp 2007-11-22 20:24:43.000000000 +0100
@@ -364,7 +364,7 @@
res = read (parent_comm_pipes[0], &child_pid, sizeof (child_pid));
if (res != sizeof (child_pid))
{
- g_message ("res is %d instead of %d", res,
+ g_message ("res is %d instead of %ld", res,
sizeof (child_pid));
child_pid = -1; /* really weird things happened */
}
|