Skip to content
Snippets Groups Projects
Commit 92625471 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo

parent 62a588bd
Branches
Tags
No related merge requests found
......@@ -749,7 +749,7 @@ sb_debug_setup( Sockbuf_IO_Desc *sbiod, void *arg )
sbiod->sbiod_pvt = LBER_MALLOC( strlen( arg ) + 1 );
if ( sbiod->sbiod_pvt == NULL )
return -1;
return -1;
strcpy( (char *)sbiod->sbiod_pvt, (char *)arg );
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment