summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/src/process.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx/src/process.cpp')
-rw-r--r--3rdparty/bx/src/process.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/bx/src/process.cpp b/3rdparty/bx/src/process.cpp
index 90d663b3f5a..b079bbc77e5 100644
--- a/3rdparty/bx/src/process.cpp
+++ b/3rdparty/bx/src/process.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2018 Branimir Karadzic. All rights reserved.
+ * Copyright 2010-2019 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
*/
@@ -48,7 +48,7 @@ namespace bx
}
char tmp[kMaxFilePath*2] = "\"";
- strCat(tmp, BX_COUNTOF(tmp), _filePath.get() );
+ strCat(tmp, BX_COUNTOF(tmp), _filePath);
strCat(tmp, BX_COUNTOF(tmp), "\" ");
strCat(tmp, BX_COUNTOF(tmp), _args);
@@ -119,7 +119,7 @@ namespace bx
}
char tmp[kMaxFilePath*2] = "\"";
- strCat(tmp, BX_COUNTOF(tmp), _filePath.get() );
+ strCat(tmp, BX_COUNTOF(tmp), _filePath);
strCat(tmp, BX_COUNTOF(tmp), "\" ");
strCat(tmp, BX_COUNTOF(tmp), _args);