fprintf() having a limit on string size?
I use fprintf() in my plugin, and it seems that not all of the data is put into the file.
Code:
If so, does fputs() have the same length limit? If not, will it be okay if I did 2 fprintf() calls to fit it all? |
Re: fprintf() having a limit on string size?
I would suggest just separating it into several fprintf
|
Re: fprintf() having a limit on string size?
if it wont work it probably has a limit or amxx itself limits it just like other vars have limits too. but tbh, thats a huge line you want to write to the file :O
|
| All times are GMT -4. The time now is 01:31. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.