summaryrefslogtreecommitdiff
path: root/dftest.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-03-20 23:20:45 +0000
committerGuy Harris <guy@alum.mit.edu>2009-03-20 23:20:45 +0000
commit724cae360eb251188c35adb420cdf1311fe426f4 (patch)
tree8c8fcf3aa09a3981b9fd58f8f8fbfc703fb1be6c /dftest.c
parent1c3e3a4a5319f6411bc060e96b7a0ceb6289d39f (diff)
downloadwireshark-724cae360eb251188c35adb420cdf1311fe426f4.tar.gz
proto_item_append_string() actually appends to the string value for a
protocol tree item; the item being added to isn't a string, so proto_item_append_text() should be used - but the second argument to proto_item_append_text() should always be a format string. Use #if 0/#endif to leave a data structure in the source code without compiling it in, rather than a comment (if you use a comment, things can break if you put a comment into the commented-out code). svn path=/trunk/; revision=27811
Diffstat (limited to 'dftest.c')
0 files changed, 0 insertions, 0 deletions