[Z88dk-commits] CVS: z88dk/libsrc/_DEVELOPMENT/stdio/z80/input_helpe

Bridge to the z88dk-commits mailing list
Post Reply
alvin

[Z88dk-commits] CVS: z88dk/libsrc/_DEVELOPMENT/stdio/z80/input_helpe

Post by alvin »

Update of /cvsroot/z88dk/z88dk/libsrc/_DEVELOPMENT/stdio/z80/input_helpers
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2186

Modified Files:
__stdio_scanf_sm_format.asm
Log Message:
minor

Index: __stdio_scanf_sm_format.asm
===================================================================
RCS file: /cvsroot/z88dk/z88dk/libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_sm_format.asm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** __stdio_scanf_sm_format.asm 23 Feb 2014 04:38:55 -0000 1.1
--- __stdio_scanf_sm_format.asm 28 Mar 2014 19:28:00 -0000 1.2
***************
*** 46,52 ****

ex de,hl
call asm_strstrip
- ex de,hl

ld hl,state_1
ld a,c ; a = stream char
--- 46,55 ----

ex de,hl
+
+ inc hl
call asm_strstrip

+ ex de,hl
+
ld hl,state_1
ld a,c ; a = stream char


------------------------------------------------------------------------------
Post Reply