Use fprintf instead of warnx.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4403 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-02-15 04:19:25 +00:00
parent 4f74aa9c5d
commit 351afe16c3

View File

@@ -208,7 +208,7 @@ sl_loop (SL_cmd *cmds, char *prompt)
count = 0;
ret = sl_make_argv(buf, &count, &ptr);
if(ret) {
warnx ("sl_loop: %s", strerror(ret));
fprintf(stderr, "sl_loop: out of memory\n");
return -1;
}
if (count > 0) {