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:
Ivan Baravy 2012-02-25 20:16:12 +00:00
parent 7a8e2e79f9
commit 9fea37d376

View File

@ -130,7 +130,7 @@ proc file.size _name ;//////////////////////////////////////////////////////////
;;------------------------------------------------------------------------------------------------;; ;;------------------------------------------------------------------------------------------------;;
;> _name = path to file (full or relative) <asciiz> ;; ;> _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 ;; ;# call `file.err` to obtain extended error information ;;
;;================================================================================================;; ;;================================================================================================;;