More documentation for the encode pragma.
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 75f48ef..c5b32e3 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1227,6 +1227,9 @@ Perl_vcroak(pTHX_ const char* pat, va_list *args)
        PL_restartop = die_where(message, msglen);
        JMPENV_JUMP(3);
     }
+    else if (!message)
+       message = SvPVx(ERRSV, msglen);
+
     {
 #ifdef USE_SFIO
        /* SFIO can really mess with your errno */