Skip to content

Commit

Permalink
psx: Include words in the error message if psx_wordexp fails
Browse files Browse the repository at this point in the history
  • Loading branch information
David Berry committed Aug 26, 2014
1 parent d4307b0 commit a1cc4cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/psx/psx_wordexp.c
Expand Up @@ -171,6 +171,9 @@ F77_SUBROUTINE(psx_wordexp)( CHARACTER(WORDS), INTEGER(CONTEXT),
"Unrecognized error from wordexp", STATUS );
}

psx1_rep_c( "PSX_WORDEXP_ERR3", "Error expanding words within "
"string '%s'", STATUS, words );

}
}
}
Expand Down

0 comments on commit a1cc4cb

Please sign in to comment.