1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtcm: Resolve CID 87713

This commit is contained in:
Peter Howkins 2015-01-15 14:16:06 +00:00
parent d5c37e1ad6
commit 8ef7da82a3

View file

@ -1629,4 +1629,6 @@ pd_get_bad_alloc_error(Calendar *c)
if (pd != (_DtCmPrintData *)NULL)
return pd->badAllocError;
return False;
}