13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
$OpenBSD: patch-gfx_src_psshared_nsCUPSShim_cpp,v 1.1 2006/12/04 09:47:54 jolan Exp $
|
|
--- gfx/src/psshared/nsCUPSShim.cpp.orig Sun May 8 18:01:20 2005
|
|
+++ gfx/src/psshared/nsCUPSShim.cpp Sat Nov 18 14:09:26 2006
|
|
@@ -59,7 +59,7 @@ static const int gSymNameCt = sizeof(gSy
|
|
PRBool
|
|
nsCUPSShim::Init()
|
|
{
|
|
- mCupsLib = PR_LoadLibrary("libcups.so.2");
|
|
+ mCupsLib = PR_LoadLibrary("libcups.so");
|
|
if (!mCupsLib)
|
|
return PR_FALSE;
|
|
|