ref: bc5bcecfd2424394130d46f9f2e9f0ef52299599
parent: 45337b07a7537e6c6bce91799ff05895f381cc21
author: Alexei Podtelezhnikov <[email protected]>
date: Fri Jul 13 13:52:43 EDT 2012
Revert the last commit 45337b07.
--- a/src/base/ftstroke.c
+++ b/src/base/ftstroke.c
@@ -789,6 +789,7 @@
FT_Stroker_New( FT_Library library,
FT_Stroker *astroker )
{
+ FT_Error error; /* assigned in FT_NEW */
FT_Memory memory;
FT_Stroker stroker = NULL;
@@ -808,7 +809,7 @@
*astroker = stroker;
- return FT_Err_Ok;
+ return error;
}