summaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-16 16:30:38 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-16 16:30:38 +0000
commit01cc344011392f002636ce5014ca532d27306a25 (patch)
treeaac70030f012318bdfd99d97b3e7c6bb3bf0c940 /src/tutorial/funcs.c
parent9cdf723142768f577b926c6539693e1639d74efe (diff)
Change the line:
return ((c == 't') || (c == 'T')); int the getBoolean function on line 184:ish to: return ((c == 't') || (c == 'T') (c == '1')); Hunter Hillegas
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions