~ubuntu-branches/ubuntu/raring/unrar-nonfree/raring-proposed

« back to all changes in this revision

Viewing changes to timefn.cpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mfrom: (1.1.15) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20120214223932-3785038bqlknu15a
Tags: 1:4.1.4-1
* New upstream release
* Updated Watch file
* Added build-indep and build-arch to rules file

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
 
240
240
 
241
241
#ifndef SFX_MODULE
242
 
void RarTime::SetIsoText(char *TimeText)
 
242
void RarTime::SetIsoText(const char *TimeText)
243
243
{
244
244
  int Field[6];
245
245
  memset(Field,0,sizeof(Field));
263
263
 
264
264
 
265
265
#ifndef SFX_MODULE
266
 
void RarTime::SetAgeText(char *TimeText)
 
266
void RarTime::SetAgeText(const char *TimeText)
267
267
{
268
268
  uint Seconds=0,Value=0;
269
269
  for (int I=0;TimeText[I]!=0;I++)