-rw-r--r-- | agg-plot/bitmap-plot.cpp | 2 |
diff --git a/agg-plot/bitmap-plot.cpp b/agg-plot/bitmap-plot.cpp index 5b4a5091..807727a1 100644 --- a/agg-plot/bitmap-plot.cpp +++ b/agg-plot/bitmap-plot.cpp @@ -53,7 +53,7 @@ bitmap_save_image (lua_State *L) } catch (std::bad_alloc&) { - return luaL_error (L, "out of virtual memory"); + return luaL_error (L, OUT_OF_MEMORY_MSG); } return 0; |