View | Details | Raw Unified | Return to bug 142331
Collapse All | Expand All

(-)ports/sysutils/file/work/file-5.03/src/readcdf.c (+2 lines)
Lines 100-105 Link Here
100
						str = "vnd.ms-excel";
100
						str = "vnd.ms-excel";
101
					else if (strstr(s, "Powerpoint"))
101
					else if (strstr(s, "Powerpoint"))
102
						str = "vnd.ms-powerpoint";
102
						str = "vnd.ms-powerpoint";
103
					else if (strstr(s, "Crystal Reports"))
104
						str = "x-rpt";
103
				}
105
				}
104
			}
106
			}
105
			break;
107
			break;

Return to bug 142331