From ecbb51012f9f230914f51aaa3b9cdfba8f9ef89c Mon Sep 17 00:00:00 2001 From: haller Date: Thu, 21 Apr 2005 22:50:59 +0000 Subject: Correction de bug Encore des tout pitit truc à vérifier --- 2005/i/robert/src/proto/proto.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to '2005/i/robert/src/proto/proto.cc') diff --git a/2005/i/robert/src/proto/proto.cc b/2005/i/robert/src/proto/proto.cc index 828847c..94704fb 100644 --- a/2005/i/robert/src/proto/proto.cc +++ b/2005/i/robert/src/proto/proto.cc @@ -324,12 +324,15 @@ Proto::argsFrameSize(const char *format) case 'b': case 'B': size += 1; + break; case 'w': case 'W': size += 2; + break; case 'd': case 'D': size += 4; + break; default: size += 0; } -- cgit v1.2.3