Changeset 7400


Ignore:
Timestamp:
2004-05-25T09:12:18+12:00 (20 years ago)
Author:
kjdon
Message:

changed a message

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/packages/mg/src/text/mg_weights_build.c

    r3745 r7400  
    4242/*
    4343   $Log$
     44   Revision 1.2  2004/05/24 21:12:18  kjdon
     45   changed a message
     46
    4447   Revision 1.1  2003/02/20 21:18:24  mdewsnip
    4548   Addition of MG package for search and retrieval
     
    461464  if (cth.num_of_docs != NumPara)
    462465    {
    463       Message ("The number of documents does not equal "
    464            "the number of paragraphs.");
     466      Message ("The number of documents %d does not equal "
     467           "the number of paragraphs %d.", cth.num_of_docs, NumPara);
    465468      Message ("Using the \"%s.invf.paragraph\" file\n", file_name);
    466469      para = open_file (file_name, INVF_PARAGRAPH_SUFFIX, "rb", MAGIC_PARAGRAPH,
  • trunk/gsdl3/src/packages/mg/src/text/mg_weights_build.c

    r3745 r7400  
    4242/*
    4343   $Log$
     44   Revision 1.2  2004/05/24 21:12:18  kjdon
     45   changed a message
     46
    4447   Revision 1.1  2003/02/20 21:18:24  mdewsnip
    4548   Addition of MG package for search and retrieval
     
    461464  if (cth.num_of_docs != NumPara)
    462465    {
    463       Message ("The number of documents does not equal "
    464            "the number of paragraphs.");
     466      Message ("The number of documents %d does not equal "
     467           "the number of paragraphs %d.", cth.num_of_docs, NumPara);
    465468      Message ("Using the \"%s.invf.paragraph\" file\n", file_name);
    466469      para = open_file (file_name, INVF_PARAGRAPH_SUFFIX, "rb", MAGIC_PARAGRAPH,
  • trunk/indexers/mg/src/text/mg_weights_build.c

    r3745 r7400  
    4242/*
    4343   $Log$
     44   Revision 1.2  2004/05/24 21:12:18  kjdon
     45   changed a message
     46
    4447   Revision 1.1  2003/02/20 21:18:24  mdewsnip
    4548   Addition of MG package for search and retrieval
     
    461464  if (cth.num_of_docs != NumPara)
    462465    {
    463       Message ("The number of documents does not equal "
    464            "the number of paragraphs.");
     466      Message ("The number of documents %d does not equal "
     467           "the number of paragraphs %d.", cth.num_of_docs, NumPara);
    465468      Message ("Using the \"%s.invf.paragraph\" file\n", file_name);
    466469      para = open_file (file_name, INVF_PARAGRAPH_SUFFIX, "rb", MAGIC_PARAGRAPH,
Note: See TracChangeset for help on using the changeset viewer.