|
|
23 responses total.
This is a test of something that tickles a bug in fronttalk.
int
main(int argc, char *argv[])
{
if (argc == 2) {
if (*argv[1] == '
Let's try that again:
int
main(int argc, char *argv[])
{
if (argc == 2) {
if (*argv[1] == '\00') {
printf("Blah\n");
}
}
return(0);
}
Another time.
int
main(int argc, char *argv[])
{
if (argc == 2) {
if (*argv[1] == '
And one last time.
int
main(int argc, char *argv[])
{
if (argc == 2) {
if (*argv[1] == '\0') {
printf("Blah\n");
}
}
return(0);
}
This sia test.
And another test.
Job control... hi there.
This is another test of job control. This time, we get a 3rd party involved
Blah.
Blah.
This si a test.
This is in another process group running in the foreground. This is in vi.
This is in gate. And this is in vi. And htis is back in vi.
This is in gate. And this is in vi. And this is after suspending vi. And this is back in gate. And this is after suspending gate.
And it's fixed. Hooray.
One more test before sending a patch to Jan.
int
main(int argc, char *argv[])
{
if (argc == 2) {
if (*argv[1] == '\0') {
printf("Blah\n");
}
}
return(0);
}
Okay, this is *really* the last time.
int
main(int argc, char *argv[])
{
if (argc == 2) {
if (*argv[1] == '\0') {
printf("Blah\n");
}
}
return(0);
}
blah.
THis is a test.
Blah.
Test.
Blah.
This is a test from a different computer.
Response not possible - You must register and login before posting.
|
|
- Backtalk version 1.3.30 - Copyright 1996-2006, Jan Wolter and Steve Weiss