Skip to content

Instantly share code, notes, and snippets.

@zmughal
Created December 9, 2014 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmughal/25fbc351d2198fbfde94 to your computer and use it in GitHub Desktop.
Save zmughal/25fbc351d2198fbfde94 to your computer and use it in GitHub Desktop.
-        row_buf = New(0, row_buf, bitmap->width, unsigned char);
+        Newx(row_buf, bitmap->width, unsigned char);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment