Skip to content

Commit

Permalink
really important fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DEntis-T committed Jun 20, 2024
1 parent c246e97 commit ab9cbcc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed pawnscript.amx
Binary file not shown.
Binary file removed pawnscript.tar.gz
Binary file not shown.
Binary file removed pawnscript.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/files.inc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public dpp_processfiles(funcgroup[][],args[][],args_const[][])
dpp_error("Argument error; [%i] \"%s\"", mul, args[0]);
dpp_internal<return>(0);
}
format(args[0],dpp_maxpathsize,"%s%s",dpp_curpath,args[0]);
//format(args[0],dpp_maxpathsize,"%s%s",dpp_curpath,args[0]);

fwrite(dpp_filehandle, args[0]);
dpp_internal<return>(1);
Expand Down

0 comments on commit ab9cbcc

Please sign in to comment.