Index: /pwntcha/trunk/extras/makefont.c
===================================================================
--- /pwntcha/trunk/extras/makefont.c	(revision 446)
+++ /pwntcha/trunk/extras/makefont.c	(revision 447)
@@ -61,5 +61,5 @@
     /* Render text to surface */
     TTF_SetFontStyle(font, TTF_STYLE_NORMAL);
-    surface = TTF_RenderUTF8_Shaded(font, argv[3], fg, bg);
+    surface = TTF_RenderUTF8_Shaded(font, text, fg, bg);
     if(!surface)
     {
