Ticket #1629 (closed enhancement: fixed)

Opened 3 months ago

Last modified 3 months ago

use of psz_ctime variable to store file size

Reported by: vice Assigned to: courmisch
Priority: low Milestone: 0.9.0 bugs
Component: HTTP Interface Version: master
Severity: minor Keywords:
Cc: Platform(s): all
Difficulty: unknown Work status: Not started

Description

After checking source code of https://trac.videolan.org/vlc/browser/modules/control/http/mvar.c in search of more undocumented variables, I've spotted some cosmetic weirdness (the code works perfectly but it looks strange):

In lines 603, 604 you use psz_ctime as a variable for file size and this name reminds me of "creation time" as you use it for in lines 608 onwards.

perhaps we could use another variable name...

Change History

06/19/08 19:22:17 changed by courmisch

  • status changed from new to assigned.
  • owner set to courmisch.
  • version set to master.
  • milestone set to 0.9.0 bugs.

06/19/08 22:14:49 changed by courmisch

  • status changed from assigned to closed.
  • resolution set to fixed.