author | francesco-ST <francesco.abbate@st.com> | 2010年12月01日 12:39:31 +0100 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年12月01日 12:39:31 +0100 |
commit | c11f6b217e328755fb6098c0ad6b3ec0c384dbe3 (patch) | |
tree | 8f10722f5d79746bc9bd306542647ae2e1f2d294 /agg-plot/bitmap-plot.cpp | |
parent | 42e9f4271470ae30f040a7228b072955b01959b3 (diff) | |
download | gsl-shell-c11f6b217e328755fb6098c0ad6b3ec0c384dbe3.tar.gz |
-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; |