mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-23 19:47:06 -04:00
Remove debug code added by mistake
This commit is contained in:
parent
7e1e1ab61e
commit
49e8e02b77
2 changed files with 1 additions and 2 deletions
|
@ -59,7 +59,7 @@ static inline bool changeDirectory(const UString & dir) {
|
|||
}
|
||||
|
||||
static inline UString getAbsPath(const UString & path) {
|
||||
char abs[PATH_MAX] = {};
|
||||
char abs[PATH_MAX] = {};
|
||||
// Last is a non-standard extension for non-existent files.
|
||||
if (realpath(path.toLocal8Bit(), abs) || abs[0] != '\0')
|
||||
return UString(abs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue