Skip to content

Commit 9767555

Browse files
Merge branch 'iss-18' into develop
2 parents 072c8b0 + 1df728c commit 9767555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pthread/pthread_exception.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace pthread {
2525
* @param message error message
2626
* @param pthread_errno a pthread function return code.
2727
*/
28-
pthread_exception( const string message, const int pthread_errno = 0 ): _message{message}, _pthread_errno{pthread_number}{};
28+
pthread_exception( const string message, const int pthread_errno = 0 ): _message{message}, _pthread_errno{pthread_errno}{};
2929

3030
virtual ~pthread_exception(){};
3131

0 commit comments

Comments
 (0)