mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
made custom open with dialog for os x almost like in finder, with langs support
This commit is contained in:
@@ -53,8 +53,8 @@ bool skipComment(const char *&from, const char *end) {
|
||||
while (from < end && *from != '\n' && *from != '\r') {
|
||||
++from;
|
||||
}
|
||||
++from;
|
||||
return (from < end);
|
||||
if (from < end) ++from;
|
||||
return true;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user