tCorrected description of NetworkBuffer.Error variable - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 53df30758f616cb8384288ec861c49eccd3212fb
(DIR) parent 69d396d1ac9316926ba20b6802e26a748b8f8d1b
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 24 Sep 2001 21:52:53 +0000
Corrected description of NetworkBuffer.Error variable
Diffstat:
M src/dopewars.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/dopewars.h b/src/dopewars.h
t@@ -276,7 +276,7 @@ struct _NetworkBuffer {
ConnBuf ReadBuf; /* New data, waiting for the application */
ConnBuf WriteBuf; /* Data waiting to be written to the wire */
gboolean WaitConnect; /* TRUE if a non-blocking connect is in progress */
- gint Error; /* If non-NULL, any error from the last operation */
+ gint Error; /* If non-zero, any error from the last operation */
};
struct PLAYER_T {