~ubuntu-branches/debian/experimental/ncbi-tools6/experimental

« back to all changes in this revision

Viewing changes to desktop/vibgraph.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-07-14 19:43:15 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080714194315-ed44u9ek7txva2rz
Tags: 6.1.20080302-3
tools/readdb.c: enable madvise()-based code on all glibc (hence all
Debian) systems, not just Linux.  (Closes: #490437.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
static void InitZoomPopUp (GraphViewFormPtr gvp)
16
16
{
17
17
  Char            buf[16];
18
 
  Int2            i, n, maxzoom;
 
18
  Int2            i = 0, n, maxzoom;
19
19
  BaR             sb;
20
20
 
21
21
  if (gvp != NULL)
344
344
  GraphViewFormPtr gvp;
345
345
  GraphInfoPtr     gip, giph;
346
346
  SeqGraphPtr      sgp;
347
 
  GrouP            g1, h1;
 
347
  GrouP            g1, h1 = NULL;
348
348
  ButtoN           b1;
349
349
 
350
350
  gvp = (GraphViewFormPtr) GetObjectExtra (f);