summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skin_scan.c')
-rw-r--r--utils/themeeditor/skin_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/skin_scan.c b/utils/themeeditor/skin_scan.c
index 28d097125a..599683db54 100644
--- a/utils/themeeditor/skin_scan.c
+++ b/utils/themeeditor/skin_scan.c
@@ -107,7 +107,7 @@ int scan_int(char** document)
107 int retval; 107 int retval;
108 int i; 108 int i;
109 109
110 while(isdigit(*cursor) || *cursor == COMMENTSYM) 110 while(isdigit(*cursor) || *cursor == COMMENTSYM || *cursor == '-')
111 { 111 {
112 if(*cursor == COMMENTSYM) 112 if(*cursor == COMMENTSYM)
113 { 113 {