merged in Ricardo Pedroso's new pdf2swf gui
[swftools.git] / lib / gfxpoly / poly.c
index 2be5efb..95a8a22 100644 (file)
@@ -19,7 +19,7 @@ void gfxpoly_fail(char*expr, char*file, int line, const char*function)
        exit(1);
     }
 
-    void*md5 = init_md5();
+    void*md5 = initialize_md5();
    
     int s,t;
     gfxpolystroke_t*stroke = current_polygon->strokes;