home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / netpbmsca / pnm / c / bughuge next >
Encoding:
Text File  |  1994-02-22  |  131 b   |  7 lines

  1. int main(int argc, char **argv)
  2. {
  3.     pm_error
  4. ("pnmnlfilt not compiled - it attempts to allocate 14Mb! Statically!!!");
  5.     return 1;
  6. }
  7.