mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-19 13:11:34 +00:00
removed '#undef _SEP_'
This commit is contained in:
parent
bdfaea2d46
commit
9375b540d6
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ const vector<string> Utils::split(const string &str, int delimiter)
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#undef _SEP_
|
|
||||||
void Utils::timestamp()
|
void Utils::timestamp()
|
||||||
{
|
{
|
||||||
time_t ltime;
|
time_t ltime;
|
||||||
|
|
Loading…
Reference in a new issue