~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to desktop/pubdesc.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-08-11 22:03:47 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090811220347-kiyk3zo9s1sf8awd
Tags: 6.1.20090809-1
* New upstream release.
* debian/libncbi6.symbols: update accordingly.
* debian/control: clean up obsolete or redundant relationship declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   7/28/95
31
31
*
32
 
* $Revision: 6.70 $
 
32
* $Revision: 6.71 $
33
33
*
34
34
* File Description:
35
35
*
554
554
    {
555
555
      vnp->choice = 1;
556
556
      vnp->data.ptrvalue = SaveStringFromTextAndStripNewlines (ppp->xa_info);
 
557
      if (vnp->data.ptrvalue == NULL) {
 
558
        vnp->data.ptrvalue = StringSave ("?");
 
559
      }
557
560
    }
558
561
    vnp = ValNodeNew (vnphead);
559
562
    if (vnp != NULL)