]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
sys: improve error and crash handling
[xonotic/darkplaces.git] / common.h
index 200e432b0ac8fdc425ea0690af00423f2a45bef9..1414e633eb938a2a8ae436e0c7fe1c03492673ea 100644 (file)
--- a/common.h
+++ b/common.h
@@ -47,7 +47,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 typedef struct sizebuf_s
 {
-       qbool   allowoverflow;  ///< if false, do a Sys_Error
+       qbool   allowoverflow;  ///< if false, do a Sys_Abort
        qbool   overflowed;             ///< set to true if the buffer size failed
        unsigned char           *data;
        int                     maxsize;