Hi,

I encountered a small bug in invert-defs, which generates packet_types.h

the following echo statement is in line 18:

echo "}\n"

under linux, it should be

echo -e "}\n"

or to be portable, simply use two echo statements.

-- 
Bazsi
PGP key: http://www.balabit.hu/pgpkey.txt, or finger [EMAIL PROTECTED]

Reply via email to