LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Thu Apr 26 03:14:57 CEST 2007
    Subject: [cvs-checkins] MODIFIED: mlite ...
    Top
    Date: 00/07/04 26:03:14

    Modified: mlite/kernel libc.c
    Log:
    Fixed sscanf()


    Revision Changes Path
    1.7 mlite/kernel/libc.c

    http://www.opencores.org/cvsweb.shtml/mlite/kernel/libc.c.diff?r1=1.6&r2=1.7

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: libc.c
    ===================================================================
    RCS file: /cvsroot/rhoads/mlite/kernel/libc.c,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -b -r1.6 -r1.7
    --- libc.c 11 Mar 2007 00:53:48 -0000 1.6
    +++ libc.c 26 Apr 2007 01:14:57 -0000 1.7
    @@ -391,7 +391,7 @@
    *(char*)argv[argc++] = *s++;
    else if(f == 's')
    {
    - ptr = (char*)argv[argc];
    + ptr = (char*)argv[argc++];
    while(!isspace(*s))
    *ptr++ = *s++;
    *ptr = 0;



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.