Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Pawn Scripting [Pawn] Help! How newbie fix sscanf warning: No default value found. Have System solution ?

 
  • 0 Vote(s) - 0 Average
Pawn Help! How newbie fix sscanf warning: No default value found. Have System solution ?
PutuSuhartawan
Offline

Burgershot Member
Posts: 120
Threads: 52
Joined: Nov 2020
Reputation: 1
Location: Indonesia
#1
2021-05-15, 12:18 AM (This post was last modified: 2021-05-15, 12:19 AM by PutuSuhartawan.)
Code:
bool
FindDefaultStart(char ** const str)
{
// Skip the default value passed for optional parameters.
if (**str == '(')
{
++(*str);
SkipWhitespace(str);
return true;
}
else
{
logprintf("sscanf warning: No default value found.");
}
return false;
} 
// sscanf warning: No default value found
Y_Less
Offline

Administrator

Posts: 323
Threads: 16
Joined: Feb 2019
Reputation: 90
#2
2021-05-15, 09:59 AM
https://github.com/Y-Less/sscanf

Check the documentation.
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode