Bug 19798 - [PATCH] remove extra / in Loading module line
Summary: [PATCH] remove extra / in Loading module line
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/DDX/Xorg (show other bugs)
Version: git
Hardware: Other All
: lowest trivial
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2009-01-28 16:14 UTC by Matt Turner
Modified: 2009-01-29 11:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Remove extra / from Loading module line (1.17 KB, patch)
2009-01-28 16:14 UTC, Matt Turner
no flags Details | Splinter Review

Description Matt Turner 2009-01-28 16:14:25 UTC
Created attachment 22333 [details] [review]
Remove extra / from Loading module line

In the X log, upon module load, it prints a line similar to the following.

> (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so

The attached patch removes the extra / before the module name.

Code already exists in hw/xfree86/loader/loadmod.c:InitPathList to add a trailing slash if needed, removing the one added by sprintf is harmless.
Comment 1 James Cloos 2009-01-29 11:42:39 UTC
Pushed as commit 15ac25627e7239629be59adedda5d8a9deb330ef.

Thank you.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.