Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tpmd/unix/tpmd.c

Issue 1519032: Fix bug that was revealed by arm cross-compilation. (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tpmd/unix/tpmd.c
diff --git a/tpmd/unix/tpmd.c b/tpmd/unix/tpmd.c
index 061ef48057d7d77ea09637564056369e71cc31ba..0194a236d91e28a2f6ff722d11461d089c7bd68a 100644
--- a/tpmd/unix/tpmd.c
+++ b/tpmd/unix/tpmd.c
@@ -171,7 +171,7 @@ static void print_usage(char *name)
static void parse_options(int argc, char **argv)
{
- char c;
+ int c;
struct passwd *pwd;
struct group *grp;
opt_uid = getuid();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698