[gcompris] updated code



commit b7cc5f27b44b49b8fdc10937f9588f1735721289
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Tue Aug 5 22:52:04 2014 +0200

    updated code

 src/gcompris/gcompris.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcompris/gcompris.c b/src/gcompris/gcompris.c
index 428eb05..a8db0f4 100644
--- a/src/gcompris/gcompris.c
+++ b/src/gcompris/gcompris.c
@@ -982,7 +982,7 @@ gint gc_activation_check(const char *code)
 
   // A special code to test the full version without
   // saving the activation
-  if (strncmp(code, "121212", 6) == 0)
+  if (strncmp(code, "THANKS", 6) == 0)
     {
       return 2;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]