[Pkg] The Trunk: Files-ul.114.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 15 15:01:10 UTC 2011


Levente Uzonyi uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-ul.114.mcz

==================== Summary ====================

Name: Files-ul.114
Author: ul
Time: 10 November 2011, 12:52:02.516 pm
UUID: 287fe37a-7a91-fc40-b530-d9cac751dd77
Ancestors: Files-nice.113

Added missing space character.

=============== Diff against Files-nice.113 ===============

Item was changed:
  ----- Method: StandardFileStream>>primWrite:from:startingAt:count: (in category 'primitives') -----
  primWrite: id from: stringOrByteArray startingAt: startIndex count: count
  	"Write count bytes onto this file from the given string or byte array starting at the given index. Answer the number of bytes written."
  
  	<primitive: 'primitiveFileWrite' module: 'FilePlugin'>
  	(FileWriteError fileName: name)
  		signal: (self closed
  			ifTrue: [ 'File ', name, ' is closed' ]
+ 			ifFalse: [ 'File ', name, ' write failed' ])!
- 			ifFalse: [ 'File ', name, 'write failed' ])!



More information about the Packages mailing list