PDA

View Full Version : Possible error in Util.cpp?


`ninjai`
2005-05-12, 13: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, 15: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