File: gb_graph.ch

package info (click to toggle)
sgb 1%3A20030623-3
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 1,868 kB
  • ctags: 28
  • sloc: makefile: 197; sh: 15
file content (8 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
Change file for gb_graph.w
@x	lines 450-451
      for (p=cur_graph->vertices+n+extra_n-1; p>=cur_graph->vertices; p--)
        p->name=null_string;
@y
      for (p=cur_graph->vertices+n+extra_n; p>cur_graph->vertices; )
        (--p)->name=null_string;
@z