Changeset 385 for libmpc/trunk/common
- Timestamp:
- 03/29/08 20:56:55 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/common/tags.c
r384 r385 25 25 #include <stdio.h> 26 26 #include <mpc/mpc_types.h> 27 28 #ifdef _WIN32 29 # include <windows.h> 30 #endif 27 31 28 32 // Path separator … … 827 831 * Writes collect tag items and write it to a file. 828 832 * Items are destroyed, so tags can only be written once. 829 * @param fp 833 * @param fp 830 834 * @param Version 831 835 * @param flags options for writing header / footer : … … 833 837 * 2 : do not write footer 834 838 * 4 : do not write "APETAGEX" 835 * @return 839 * @return 836 840 */ 837 841 int … … 846 850 if ( TagCount == 0 ) 847 851 return 0; 848 852 849 853 if (flags & TAG_NO_PREAMBLE) { 850 854 estimatedbytes -= 8;
Note: See TracChangeset
for help on using the changeset viewer.