From owner-freebsd-libh Sat Jan 13 7:57:50 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id EA69537B401 for ; Sat, 13 Jan 2001 07:57:33 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id JAA91930 for libh@FreeBSD.org; Sat, 13 Jan 2001 09:57:33 -0600 (CST) (envelope-from alex) Message-Id: <200101131557.JAA91930@usw4.freebsd.org> From: Alexander Langer Date: Sat, 13 Jan 2001 09:57:33 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/13 09:57:33 CST Modified files: lib/hui HuiQt.cc Log: fix stupid bug in HuiQt::stripAccel, that prevented the Qt part from working: Check if string::find() doesn't return string::npos, before trying to replace a string at this position. Revision Changes Path 1.18 +5 -3 libh/lib/hui/HuiQt.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message