Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Nov 25, 2024
1 parent 2411b89 commit 74bbb8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ports-of-call/portable_errors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
PortsOfCall::ErrorChecking::warn(message, __FILE__, __LINE__)

// Fills a char* array output with an error message
// with file name and line number. Note there is no bounds checking
// so make sure you allocate enough memory.
// with file name and line number.
#define PORTABLE_ERROR_MESSAGE(message, output, maxsize) \
PortsOfCall::ErrorChecking::error_msg(message, maxsize, __FILE__, __LINE__, output)

Expand Down

0 comments on commit 74bbb8b

Please sign in to comment.