File: FIXES

package info (click to toggle)
vreng 1.6.3-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,400 kB
  • ctags: 3,097
  • sloc: ansic: 15,988; sh: 1,845; perl: 1,330; makefile: 59
file content (27 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
VREng fixes
===========

Version 1.6.2, 1.6.1, 1.6.0
---------------------------

--> In net/proto.c, line 40, do:

  sendPacket(pchannel->sa[SOCK_RTP], &pl);


Version 1.5.8
-------------

--> In helpers/ps.c, line 74, do:

#ifdef GVPATH
                execl(GVPATH, tool, tmpps, (char *) NULL);
#else
                execl(GHOSTVIEWPATH, tool, tmpps, (char *) NULL);
#endif

-----------

--> In wmgt/init.c, line 189, do:

/* memberQuitting(tmplist->pobject->ext.user.interfacebuf); */