Changeset 99ac28a for tester.c

Timestamp:
Jul 16, 2011, 12:28:10 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
8219374
Parents:
396505be
git-author:
David Benjamin <davidben@mit.edu> (07/10/11 21:04:59)
git-committer:
David Benjamin <davidben@mit.edu> (07/16/11 00:28:10)
Message:
Use GPid instead of pid_t for g_spawn_async's output

Apparently they manage to be different on Solaris. GPid is int while
pid_t is long. Better to cast the value than the pointer.
(No files)

Note: See TracChangeset for help on using the changeset viewer.