~ubuntu-branches/ubuntu/intrepid/lynx-cur/intrepid

« back to all changes in this revision

Viewing changes to src/LYLocal.c

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2006-10-13 09:48:33 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061013094833-ip3n5me59lbsles4
Tags: 2.8.7dev1-1
New Upstream Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
846
846
        } else if (strlen(tmpbuf)) {
847
847
            if ((cp = LYLastPathSep(testpath)) != NULL)
848
848
                HTSprintf0(&newpath, "%.*s%s",
849
 
                           (cp - testpath + 1), testpath, tmpbuf);
 
849
                           (int) (cp - testpath + 1), testpath, tmpbuf);
850
850
            else
851
851
                StrAllocCopy(newpath, tmpbuf);
852
852