Преглед изворни кода

Bump version to 0.10 and make errors (finally?) print to stderr

Abdullah ibn Nadjo пре 7 година
родитељ
комит
38c3bf387c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      include/light.h

+ 2
- 2
include/light.h Прегледај датотеку

@@ -8,7 +8,7 @@
8 8
 #include <linux/limits.h>
9 9
 
10 10
 #define LIGHT_VER_MAJOR 0
11
-#define LIGHT_VER_MINOR 9
11
+#define LIGHT_VER_MINOR 10
12 12
 #define LIGHT_VER_TYPE "beta"
13 13
 #define LIGHT_YEAR 2014
14 14
 #define LIGHT_AUTHOR "Fredrik Haikarainen"
@@ -16,7 +16,7 @@
16 16
 #define ASSERT_SET(t,v) \
17 17
   if(v)\
18 18
   {\
19
-    printf(t" arguments can not be used in conjunction.\n");\
19
+    fprintf(stderr, t" arguments can not be used in conjunction.\n");\
20 20
     return FALSE;\
21 21
   }\
22 22
   v = TRUE;