[Gambas-user] little patch

Stefano Palmeri rospolosco at ...152...
Wed Apr 25 15:39:30 CEST 2007


I'm running last trunk revision.

In Package.module, I think that the function PrintSlackDesc
should be like this:

PRIVATE SUB PrintSlackDesc(hFile AS File, sLine AS String)
  
  DIM sPrefix as String
  
  IF Project.Prefix THEN sPrefix = "gambas-"
  
  sLine = sPrefix & LCase(Project.Name) & ": " & sLine
  sLine = Left(sLine, 76)
  PRINT #hFile, sLine
  
END 

to make slack-desc respect package name.
Tested and  working.

Stefano




More information about the User mailing list