~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/texk/kpathsea/truncate.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* truncate.c: truncate too-long components in a filename.
2
2
 
3
 
   Copyright 1993, 1995, 2008 Karl Berry.
 
3
   Copyright 1993, 1995, 2008, 2010 Karl Berry.
4
4
 
5
5
   This library is free software; you can redistribute it and/or
6
6
   modify it under the terms of the GNU Lesser General Public
56
56
 
57
57
  return ret;
58
58
}
59
 
 
60
 
#if defined (KPSE_COMPAT_API)
61
 
string
62
 
kpse_truncate_filename (const_string name)
63
 
{
64
 
    return kpathsea_truncate_filename (kpse_def, name);
65
 
}
66
 
#endif