mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
12 lines
231 B
Diff
12 lines
231 B
Diff
--- a/src/error-helpers.h
|
|
+++ b/src/error-helpers.h
|
|
@@ -64,7 +64,7 @@
|
|
} \
|
|
catch (OCTAVE__EXECUTION_EXCEPTION& e) \
|
|
{ \
|
|
- verror (e, __VA_ARGS__); \
|
|
+ c_verror (e, __VA_ARGS__); \
|
|
}
|
|
#endif
|
|
|