www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/11/26/04:51:00

From: "Tom Demmer" <DEMMER AT brain1 DOT lstm DOT ruhr-uni-bochum DOT de>
Organization: Lehrstuhl Stroemungsmechanik, RUB
To: rmejia AT HOST DOT ucuenca DOT edu DOT ec, djgpp AT delorie DOT com
Date: Wed, 26 Nov 1997 10:46:44 GMT-1
Subject: Re: djgpp 2.0 and netware
Reply-to: Demmer AT LStM DOT Ruhr-Uni-Bochum DOT De
Message-ID: <A0B727823E4@brain1.lstm.ruhr-uni-bochum.de>

How I hate to correct my own mistakes...
In the C stuff is a bug:
> 
> int  main(int argc,char **argv){
>      char cmd[256];
>      char *s = getenv("MACHINE")+1;
This line must simply be
      char *s = getenv("MACHINE");
[...]
> 
> Oh yes, and please drop me a note if this really works. My ideas 
> before the coffee break tend to have some gotchas...
> 
Had some coffeee now ;-)

Ciao
Tom

  ******************************************************************
  *  Thomas Demmer                     * Phone : +49 234 700 6434  *
  *  Universitaetsstr. 150             * Fax   : +49 234 709 4162  *
  *  Lehrstuhl fuer Stroemungsmechanik *                           *
  *  D-44780 Bochum                    *                           *
  ******************************************************************
  *  Email: demmer AT LStM DOT Ruhr-Uni-Bochum DOT De                         *
  *  WWW:   http://www.lstm.ruhr-uni-bochum.de/~demmer             *
  ******************************************************************

  When all other methods of communication fail, try words

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019