logo       

linus: apps/plugins alpine_cdc.c,1.1,1.2: msg#00166

systems.archos.rockbox.cvs

Subject: linus: apps/plugins alpine_cdc.c,1.1,1.2

Update of /cvsroot/rockbox/apps/plugins
In directory labb:/tmp/cvs-serv633/apps/plugins

Modified Files:
alpine_cdc.c
Log Message:
Made alpine_cdc.rock compile with DEBUG enabled

Index: alpine_cdc.c
===================================================================
RCS file: /cvsroot/rockbox/apps/plugins/alpine_cdc.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- alpine_cdc.c 20 Jan 2005 21:06:44 -0000 1.1
+++ alpine_cdc.c 26 Jan 2005 11:20:13 -0000 1.2
@@ -1135,7 +1135,9 @@
int main(void* parameter)
{
(void)parameter;
- /*int button; */
+#ifdef DEBUG
+ int button;
+#endif
int stacksize;
void* stack;

@@ -1167,7 +1169,7 @@
do
{
button = rb->button_get(true);
- } while (button & BUTTON_REL));
+ } while (button & BUTTON_REL);
#endif

gTread.foreground = false; /* we're in the background now */

_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox-cvs



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise