1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

Remove new_error check in func__FQN()

This commit is contained in:
Samuel Gomes 2023-12-29 02:41:12 +05:30
parent 0d71d08a9c
commit cd5a60546f

View file

@ -717,11 +717,6 @@ static std::string FS_GetFQN(const char *path) {
qbs *func__FQN(qbs *qbsPathName) {
qbs *temp;
if (new_error) {
temp = qbs_new(0, 1);
return temp;
}
if (!qbsPathName->len) {
error(5);
temp = qbs_new(0, 1);