]> andersk Git - moira.git/blobdiff - backup/db2rest.awk
moved sms_untar to ../update
[moira.git] / backup / db2rest.awk
index 5cf4293e192559a2ff07f0e3c597d548bc1ddb1e..009068e912a0b3c93452ec0dfb189bdc11102770 100644 (file)
@@ -26,7 +26,7 @@ BEGIN { print "/* This file automatically generated */";
 $2 ~ /\=/ {
        vname[count] = $1; 
        printf "/* %s */\n", $0
-       if ($3 ~ /i[24]/) {
+       if ($3 ~ /i[124]/) {
                printf "##      int     t_%s;\n", vname[count]
                vtype[count]="int"
        } else if ($3 ~ /text\([0-9]*\)/) {
This page took 0.269017 seconds and 4 git commands to generate.