libidav/davqlparser.h

changeset 121
eea36bf5ffe2
parent 120
246c50447ebf
child 127
7072a2b4ae35
--- a/libidav/davqlparser.h	Fri May 29 10:15:12 2015 +0200
+++ b/libidav/davqlparser.h	Fri May 29 12:29:01 2015 +0200
@@ -323,8 +323,8 @@
 /** Nothing about the statement seems legit. */
 #define DAVQL_ERROR_INVALID -1
 
-/** Unhandled error */
-#define DAVQL_ERROR_UNHANDLED -2
+/** A call to malloc or calloc failed. */
+#define DAVQL_ERROR_OUT_OF_MEMORY -2
 
 /**
  * Starts an interactive debugger for a DavQLStatement.

mercurial