home *** CD-ROM | disk | FTP | other *** search
- Path: mn5.swip.net!usenet
- From: patrik.nilsson@mbox3.swipnet.se (Patrik Nilsson)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Why so
- Date: 04 Feb 96 00:07:50 +0100
- Organization: -
- Message-ID: <886.6608T7T2534@mbox3.swipnet.se>
- NNTP-Posting-Host: dialup98-2-14.swipnet.se
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
- void __saveds
- phrasestring( struct strippedurl *surl, char *urlname )
- {
- LONG itext,i;
- LONG length;
- LONG saveitext;
- LONG savesign;
-
- surl->type[0]=0;
- surl->host[0]=0;
- surl->pathfilename[0]=0;
-
- i=1;
- /* printf("test1:%s\n", &urlname ); */
- printf("test2:%d\n", *(urlname) );
- printf("test3:%d\n", *(urlname+i) );
- printf("test4:%d\n", *(urlname+i+1) );
-
- ---
-
- If "test 1" is exists, the results of test2,3 and 4 are different, than if
- the line "test1" not are there. Why?
-
- ---
- \|/
- O O
- +-------------------------------oOO-(_)-OOo-------------------------------+
- | Patrik Nilsson, Malm÷, Sweden |
- | PGP Key fingerprint = 27 33 52 2D B3 E6 7E D8 D6 C1 8F 1A 86 95 67 DC |
- +-------------------------------------------------------------------------+
-
-
-