You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On input of KeyValues with // comments, SteamCodec::KeyValues::load returns nil.
The issue appears to be here, where only \\ is parsed as a comment, but according to the wiki and the file I'm working with, // and / should be comments. I also haven't seen \\ being indicated as being a KeyValues comment anywhere.
The text was updated successfully, but these errors were encountered:
hmm, I actually haven't encountered any file with comments, but yeah indeed I've messed up there. // is comment, can see it in source-sdk-2013/sp/src/tier1/utlbuffer.cpp#412 But based on that implementation single / isn't comment.
On input of KeyValues with
//
comments, SteamCodec::KeyValues::load returns nil.The issue appears to be here, where only
\\
is parsed as a comment, but according to the wiki and the file I'm working with,//
and/
should be comments. I also haven't seen\\
being indicated as being a KeyValues comment anywhere.The text was updated successfully, but these errors were encountered: