mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Use \t instead explict tabs in genrevision string constant.
This commit is contained in:
parent
d8e29e7421
commit
403374c6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ void extractDataFromGit(FILE* EntriesFile, std::string path, bool url, RawData&
|
|||
bool found = false;
|
||||
while(fgets(buf,200,EntriesFile))
|
||||
{
|
||||
if(sscanf(buf,"%s branch %s of %s",hash_str,branch_str,url_str)==3)
|
||||
if(sscanf(buf,"%s\t\tbranch %s of %s",hash_str,branch_str,url_str)==3)
|
||||
{
|
||||
found = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue