Advertisement
nateshoffner

Untitled

Dec 26th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.31 KB | None | 0 0
  1.   v107 = fopen("config.ini", "w+");
  2.   v108 = v107;
  3.   if ( v107 )
  4.   {
  5.     sub_4287C0(v106, v107);
  6.     fclose(v108);
  7.     sub_42CEF0();
  8.     result = 1;
  9.   }
  10.   else
  11.   {
  12.     MessageBoxA(0, "Failed to open config file.", "File Not Found", 0);
  13.     sub_42CEF0();
  14.     result = (int)((char *)&v108->_ptr + 1);
  15.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement