[at-spi2-atk] more uint -> guint fixes
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] more uint -> guint fixes
- Date: Sun, 17 Jun 2012 00:01:41 +0000 (UTC)
commit 2e7335192d6c3ed31b38718723e7abed4b1bceee
Author: Ryan Lortie <desrt desrt ca>
Date: Sat Jun 16 20:01:04 2012 -0400
more uint -> guint fixes
Missed one with the last commit.
atk-adaptor/bridge.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c
index d3496af..d756795 100644
--- a/atk-adaptor/bridge.c
+++ b/atk-adaptor/bridge.c
@@ -465,7 +465,7 @@ install_plug_hooks ()
}
static guint
-get_ancestral_uid (uint pid)
+get_ancestral_uid (guint pid)
{
FILE *fp;
char buf [80];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]