Changeset c01e477 for global.c


Ignore:
Timestamp:
Aug 26, 2002, 10:46:37 AM (22 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
61e79a9
Parents:
56330ff
Message:
Fixed bug in sending messages to a class with the new zsig code.
Started modifying 'tty' variable.  Warning: NOT DONE.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r1fd0b25 rc01e477  
    383383/* tty (not fully implemented yet) */
    384384
    385 void owl_global_set_tty(owl_global *g, char *tty) {
     385void owl_global_set_tty_old(owl_global *g, char *tty) {
    386386  if (tty) {
    387387    strcpy(g->thistty, tty);
Note: See TracChangeset for help on using the changeset viewer.