Ethereal

[Ethereal-dev] [Patch] iostat win32 build
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: December 2002


Well, I just tried to build the latest io_stat and found that it didn't
compile...  I looked at the code and it was fine... but for whatever
reason, visual studio doesn't like the "default:" followed by "}" with
nothing in between.  I simply added "break;" and it compiles fine now.
Index: io_stat.c
===================================================================
RCS file: /cvsroot/ethereal/gtk/io_stat.c,v
retrieving revision 1.8
diff -r1.8 io_stat.c
430a431
> 				break;
458a460
> 				break;
461a464
> 			break;
464a468
> 		break;

Powered by MHonArc 2.6.10