Ignore:
Timestamp:
Mar 22, 2012, 3:41:24 PM (12 years ago)
Author:
George Lilly
Message:

fixed bug in non-xml inport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmts/trunk/p/C0XGET1.m

    r1382 r1383  
    451451 ; associated with ztag
    452452 n zs,zo
    453  s zs=$$subject("fmts:tag",ztag)
     453 s zs=$$subject("fmts:fileTag",ztag)
    454454 i zs="" d  q  ;
    455455 . w !,"error, tag is either missing or there are more than one ",ztag
    456  s zo=$$object(zs,"fmts:rdfSource")
     456 s zo=$$object(zs,"fmts:fileSource")
    457457 i zo="" d  q  ;
    458458 . w !,"error, tag source not found ",zs
Note: See TracChangeset for help on using the changeset viewer.