Skip to content

Instantly share code, notes, and snippets.

Created May 5, 2016 14: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 anonymous/3dbc9212b998d88647620a046dfdacb4 to your computer and use it in GitHub Desktop.
Save anonymous/3dbc9212b998d88647620a046dfdacb4 to your computer and use it in GitHub Desktop.
--- med-3.1.0_SRC/src/2.3.6/ci/MEDequivInfo.c.0 2016-05-05 16:05:37.138800059 +0200
+++ med-3.1.0_SRC/src/2.3.6/ci/MEDequivInfo.c 2016-05-05 16:08:15.687841223 +0200
@@ -24,7 +24,7 @@
#include <stdlib.h>
int
-MEDequivInfo(int fid, char *maa, int ind, char *eq, char *des)
+MEDequivInfo(med_idt fid, char *maa, int ind, char *eq, char *des)
{
med_idt eqid;
med_err ret;
@@ -70,6 +70,3 @@
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment