diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gs-lock-plug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gs-lock-plug.c b/src/gs-lock-plug.c index 148cfab..bcb6a86 100644 --- a/src/gs-lock-plug.c +++ b/src/gs-lock-plug.c @@ -1723,8 +1723,8 @@ expand_string (const char *text) GString *str; const char *p; char *username; - int i; - int n_chars; + glong i; + glong n_chars; struct utsname name; str = g_string_sized_new (strlen (text)); |