XBMC Community Forum
Possible error in Util.cpp? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Development (/forumdisplay.php?fid=93)
+--- Thread: Possible error in Util.cpp? (/showthread.php?tid=12142)



- `ninjai` - 2005-05-12 12:12

i was browsing some of the code and thought this looked wrong.

file: c:\xbmc\xbmc\util.cpp

line: void cutil::converttimettofiletime(__int64 sec, long nsec, filetime &fttime)

error?: cutil::converttimettofiletime

fix?: cutil::converttimetofiletime

- cheers
`ninjai`


- spiff - 2005-05-12 14:09

hi,

after a quick grep it seems the method is actually never used. however the name is a bit confusing.

will probably change it. nice catch

spiff