代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/217711/14952968
txt bug_repair.txt
1 由于类型的不匹配(float -> int)
图像中使用的是float型:
(setPointArr(i).x + setPointArr(i + j - 1).x) / 2
而数据中.x对应的类型为:int
故加调整即可。
pic.Line (Int((setPointArr(i).x + setPointArr(i + j - 1).
www.eeworm.com/read/40389/916501
tx_ cupl_bug.tx_
www.eeworm.com/read/40385/1139174
tx_ cupl_bug.tx_
www.eeworm.com/read/480930/1311715
txt bug-list.txt
Bug List
21 January 1999
Michael Elizabeth Chastain,
- If a variable has a value of "m" in the previous .config file,
and a type of bool in the Config script, then all the in
www.eeworm.com/read/479931/1328014
adb comp_bug.adb
-- Copyright 2008 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published b
www.eeworm.com/read/470720/1450917
c bug24.c
struct ack {
char a, b, c;
};
main()
{
struct ack bad;
foo(bad);
}
foo(c)
struct ack c;
{
}
www.eeworm.com/read/470720/1450927
c bug3.c
BUG2 (p) char *p;
{
int a = 0;
if (*p == a)
return 0;
else
return 1;
}
www.eeworm.com/read/470720/1450933
c bug23.c
main()
{
static char static_char_array[1];
static char *static_char_pointer;
static char static_char;
char char_array[1];
char *char_pointer;
char character;
char *cp, c;
c = cp -