Author: branden Date: 2003-09-18 11:54:26 -0500 (Thu, 18 Sep 2003) New Revision: 550
Added: branches/4.3.0/sid/debian/patches/069_fix_ugly_r128_driver_warning.diff Modified: branches/4.3.0/sid/debian/changelog Log: debian/patches/069_fix_ugly_r128_driver_warning.diff: fix an ugly diagnostic message which was also a multiline string literal Modified: branches/4.3.0/sid/debian/changelog =================================================================== --- branches/4.3.0/sid/debian/changelog 2003-09-18 07:48:43 UTC (rev 549) +++ branches/4.3.0/sid/debian/changelog 2003-09-18 16:54:26 UTC (rev 550) @@ -159,8 +159,11 @@ Imake symbol "InstallAppDefFiles" to "YES" on Debian systems; shuts up an extremely annoying build-time warning - -- Branden Robinson <[EMAIL PROTECTED]> Thu, 18 Sep 2003 02:47:04 -0500 + * debian/patches/069_fix_ugly_r128_driver_warning.diff: fix an ugly + diagnostic message which was also a multiline string literal + -- Branden Robinson <[EMAIL PROTECTED]> Thu, 18 Sep 2003 11:39:10 -0500 + xfree86 (4.3.0-0pre1v1) experimental; urgency=low * new upstream release Added: branches/4.3.0/sid/debian/patches/069_fix_ugly_r128_driver_warning.diff =================================================================== --- branches/4.3.0/sid/debian/patches/069_fix_ugly_r128_driver_warning.diff 2003-09-18 07:48:43 UTC (rev 549) +++ branches/4.3.0/sid/debian/patches/069_fix_ugly_r128_driver_warning.diff 2003-09-18 16:54:26 UTC (rev 550) @@ -0,0 +1,18 @@ +$Id$ + +Fix ugly diagnostic string. Get rid of the multiline string literal while +we're at it. This patch by Branden Robinson. + +--- xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c~ 2003-09-18 10:20:50.000000000 -0500 ++++ xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c 2003-09-18 10:22:01.000000000 -0500 +@@ -662,8 +662,8 @@ + if (!info->PanelXRes || !info->PanelYRes) { + info->HasPanelRegs = FALSE; + xf86DrvMsg(pScrn->scrnIndex, X_WARNING, +- "Can't determine panel dimensions, and none specified. \ +- Disabling programming of FP registers.\n"); ++ "Can't determine panel dimensions, and none specified.\n" ++ "\tDisabling programming of FP registers.\n"); + } + + return TRUE; Property changes on: branches/4.3.0/sid/debian/patches/069_fix_ugly_r128_driver_warning.diff ___________________________________________________________________ Name: svn:keywords + Id