FreeBSD Bugzilla – Attachment 75561 Details for
Bug 109111
[PATCH] audio/amarok: Fix detection of msdosfs/vfat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 715 bytes, created by
freebsd
on 2007-02-12 23:30:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
freebsd
Created:
2007-02-12 23:30:17 UTC
Size:
715 bytes
patch
obsolete
>--- amarok/src/mediadevice/generic/genericmediadevice.cpp.orig Mon Feb 12 23:01:20 2007 >+++ amarok/src/mediadevice/generic/genericmediadevice.cpp Mon Feb 12 23:01:29 2007 >@@ -418,13 +418,7 @@ > if( m_medium.mountPoint() == (*mountiter)->mountPoint() ) > m_medium.setFsType( (*mountiter)->mountType() ); > } >- m_actuallyVfat = m_medium.fsType() == >-#ifdef __FreeBSD__ >- "msdosfs" >-#else >- "vfat" >-#endif >- ? true : false; >+ m_actuallyVfat = (m_medium.fsType() == "vfat" || m_medium.fsType() == "msdosfs") ? true : false; > m_connected = true; > m_transferDir = m_medium.mountPoint(); > m_initialFile = new GenericMediaFile( 0, m_medium.mountPoint(), this );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 109111
: 75561