Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191187
b: refs/heads/master
c: c0ed55d
h: refs/heads/master
i:
  191185: 75514d8
  191183: ffbbdc6
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Apr 8, 2010
1 parent 0c79f2b commit f29043b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e7ab4c649eb7ed403d970b8eda32ca3745e8024
refs/heads/master: c0ed55d2e4f600335193612725c0d7c8211a7a4a
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/newt.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static bool dialog_yesno(const char *msg)
{
/* newtWinChoice should really be accepting const char pointers... */
char yes[] = "Yes", no[] = "No";
return newtWinChoice(NULL, no, yes, (char *)msg) == 2;
return newtWinChoice(NULL, yes, no, (char *)msg) == 1;
}

/*
Expand Down

0 comments on commit f29043b

Please sign in to comment.