]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/parse_conf.c
First cut 1.27 see kes23Oct02
[bacula/bacula] / bacula / src / lib / parse_conf.c
index a0453f647af3289a2cc4cd7eb68a9da8c661d2ea..1a78def5a7d10707f19788013928d11bac1fc259 100755 (executable)
@@ -488,8 +488,8 @@ void store_size(LEX *lc, struct res_items *item, int index, int pass)
       /* Look for modifier */
       ch = lc->str[lc->str_len - 1];
       i = 0;
-      if (ISALPHA(ch)) {
-        if (ISUPPER(ch)) {
+      if (B_ISALPHA(ch)) {
+        if (B_ISUPPER(ch)) {
            ch = tolower(ch);
         }
         while (mod[++i] != 0) {