Cleaning up asserts and file/line macros.
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
|
||||
const xechar_t* xe_path_get_tmp(const xechar_t* prefix) {
|
||||
//
|
||||
XEASSERTALWAYS();
|
||||
assert_always();
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
const xechar_t* xe_path_get_tmp(const xechar_t* prefix) {
|
||||
//
|
||||
XEASSERTALWAYS();
|
||||
//
|
||||
assert_always();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user