~ubuntu-branches/debian/experimental/cups-filters/experimental

« back to all changes in this revision

Viewing changes to filter/pdftoopvp/oprs/OPVPWrapper.cxx

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2015-01-15 18:06:05 UTC
  • mfrom: (1.2.25)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: package-import@ubuntu.com-20150115180605-fnfbqv85k3y5zggk
Tags: upstream-1.0.62
ImportĀ upstreamĀ versionĀ 1.0.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
822
822
    void *handle = 0;
823
823
    OPVPWrapper *opvp = 0;
824
824
 
 
825
    // remove directory part
 
826
    const char *s = strrchr(driverName,'/');
 
827
    if (s != NULL) {
 
828
        driverName = s+1;
 
829
    }
 
830
 
825
831
    list = genDynamicLibName(driverName);
826
832
 
827
833
    if (list) {