forked from KolibriOS/kolibrios
libio: description of file.size changed to correspond the code (return value is in ebx)
git-svn-id: svn://kolibrios.org@2406 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7a8e2e79f9
commit
9fea37d376
@ -130,7 +130,7 @@ proc file.size _name ;//////////////////////////////////////////////////////////
|
||||
;;------------------------------------------------------------------------------------------------;;
|
||||
;> _name = path to file (full or relative) <asciiz> ;;
|
||||
;;------------------------------------------------------------------------------------------------;;
|
||||
;< eax = -1 (error) / file size (in bytes, up to 2G) <dword> ;;
|
||||
;< ebx = -1 (error) / file size (in bytes, up to 2G) <dword> ;;
|
||||
;;------------------------------------------------------------------------------------------------;;
|
||||
;# call `file.err` to obtain extended error information ;;
|
||||
;;================================================================================================;;
|
||||
|
Loading…
Reference in New Issue
Block a user