This email list is read-only. Emails sent to this list will be discarded
----------------------------------
.../touchscreen/moblin-touchdump.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
New commits:
commit 4c4bc0508954f070f29ccf56aed6d4fd3442fa77
Author: Todd Brandt <[EMAIL PROTECTED]>
Date: Wed Aug 13 17:51:03 2008 -0700
fixed another warning in moblin-touchdump
Diff in this email is a maximum of 400 lines.
diff --git a/moblin-system-daemon/touchscreen/moblin-touchdump.c
b/moblin-system-daemon/touchscreen/moblin-touchdump.c
index 5ee9dc9..e057228 100644
--- a/moblin-system-daemon/touchscreen/moblin-touchdump.c
+++ b/moblin-system-daemon/touchscreen/moblin-touchdump.c
@@ -158,8 +158,7 @@ char in[1000];
printf("SHOW ALL MODE\n\n");
- while(1) {
- scanf("%s", (char *)&in);
+ while(scanf("%s", (char *)&in)) {
if(!strcmp(in, "cap")) {
printf("CAPTURE TOUCH MODE\n\n");
x = -1;
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits