--- src/lib/libcam/camlib.c 2005/07/14 09:13:27 1.3 +++ src/lib/libcam/camlib.c 2006/03/18 19:43:18 1.4 @@ -436,7 +436,7 @@ cam_open_btl(path_id_t path_id, target_i } default: sprintf(cam_errbuf, "%s: asked for a peripheral match, but" - " got a bus or device match??!!", func_name); + " got a bus or device match?\?!!", func_name); goto btl_bailout; break; /* NOTREACHED */ } @@ -627,7 +627,7 @@ cam_real_open_device(const char *path, i * the device the user gave us. */ if (ccb.cgdl.status == CAM_GDEVLIST_ERROR) { - sprintf(cam_errbuf, "%s: passthrough device does not exist??!!", + sprintf(cam_errbuf, "%s: passthrough device does not exist?\?!!", func_name); goto crod_bailout; }