Kodi Community Forum
fileHD.cpp compile error.. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: fileHD.cpp compile error.. (/showthread.php?tid=34368)



fileHD.cpp compile error.. - xfaethorx - 2008-06-27

just pulled the latest 13801 rev and FileHD.cpp wont compile

looking through the code i was wondering if
fd = m_hFile.fd;

should actually be

fd = (*m_hFile).fd;

I've made the change and its got me compiling again


- xfaethorx - 2008-06-27

thats on line 104 of that file for those interested.


- xfaethorx - 2008-06-27

and low and behold its fixed in 13802 hahaahah...thanks guys!