Changeset d4b84c0


Ignore:
Timestamp:
Mar 13, 2004, 12:54:57 AM (20 years ago)
Author:
Erik Nygren <nygren@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:
8721756
Parents:
fe1f605
Message:
        Fixed a case where doing "aim addbuddy" instead of "addbuddy aim"
          would cause a segfault.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rfe1f605 rd4b84c0  
    22
    332.1.6-pre-1
     4        Fixed a case where doing "aim addbuddy" instead of "addbuddy aim"
     5          would cause a segfault.
    46        pexec will now incrimentally display data as it is output
    57          by the child process.  Additionally, commands running under
  • commands.c

    rdebb15d rd4b84c0  
    10101010    owl_aim_search(argv[2]);
    10111011  } else {
    1012     owl_function_makemsg("unknown subcommand '%s' for aim command");
     1012    owl_function_makemsg("unknown subcommand '%s' for aim command", argv[1]);
    10131013    return(NULL);
    10141014  }
Note: See TracChangeset for help on using the changeset viewer.