Skip to content
Snippets Groups Projects
Commit 1e9f8402 authored by Michael Vogt's avatar Michael Vogt
Browse files

merged from donkult

parents 76fcbe5c a67de73e
No related branches found
No related tags found
Loading
......@@ -201,7 +201,7 @@ DynamicMMap::~DynamicMMap()
if (Fd == 0)
{
#ifdef _POSIX_MAPPED_FILES
if(munmap(Base, WorkSpace) < 0)
munmap(Base, WorkSpace);
#else
delete [] (unsigned char *)Base;
#endif
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-07-21 18:36+0200\n"
"POT-Creation-Date: 2009-07-26 01:10+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment